projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5246db4
)
(unrmail): Default the directory of TO-FILE based on FILE.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 24 Jan 1996 23:32:31 +0000
(23:32 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 24 Jan 1996 23:32:31 +0000
(23:32 +0000)
lisp/mail/unrmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/unrmail.el
b/lisp/mail/unrmail.el
index 9bf009fe43c2de9dd3a6958238bc4d0194c0eee8..05fe04899afe4df90a804bb55a349fddbf09b43c 100644
(file)
--- a/
lisp/mail/unrmail.el
+++ b/
lisp/mail/unrmail.el
@@
-53,6
+53,8
@@
For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
(rmail-display-summary nil)
(rmail-delete-after-output nil))
(rmail file)
+ ;; Default the directory of TO-FILE based on where FILE is.
+ (setq to-file (expand-file-name to-file default-directory))
(message "Writing messages to %s..." to-file)
(while (< message-count rmail-total-messages)
(rmail-show-message